home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Demos / README < prev    next >
Encoding:
Text File  |  1999-03-18  |  1.8 KB  |  59 lines

  1.  
  2.  chunky.library EXAMPLES
  3.  -----------------------
  4.  
  5. Yes, I finally got off my arse and did some examples for using
  6. chunky.library.  Ever since I released V3 of the library, I've numerous
  7. e-mails and comments on IRC saying "how do you use it".  Well, here we go.
  8.  
  9.      Basics (dir)
  10.  
  11. Start here.  The Basics directory shows how to do the real basic stuff with
  12. the library, e.g.  allocating ChunkyPort's, bunging it on a window and
  13. other trivial things.
  14.  
  15.      Colours (dir)
  16.  
  17. These examples in the Colours directory show how to use all the new-for-V4
  18. colour palette commands.
  19.  
  20.      Drawing (dir)
  21.  
  22. The examples here show how to use the drawing functions - CHK_Draw(),
  23. CHK_DrawEllipse(), CHK_RectFill(), etc.
  24.  
  25.      Text (dir)
  26.  
  27. Getting to the juicy commands, this directory holds the key to using the
  28. text routines.
  29.  
  30.      Effects (dir)
  31.  
  32. Examples here show how to do some neat effects with the library.  Although
  33. the effects are few, they are still powerful commands.  CHK_SimpleScale(),
  34. CHK_Scroll(), etc.  are shown here.
  35.  
  36.      _shared (dir)
  37.  
  38. Various code modules and data files used by various examples.
  39.  
  40. Executable versions of these demos are found in the user archive.
  41.  
  42. Note that all the code in the examples directory is public domain, but
  43. remains without warranty.  Some examples have blatently cut corners so if
  44. they error, your machine may go down too.  You have been warned - use these
  45. examples are your own risk!
  46.  
  47. These examples are for educational purposes only and do not reflect the
  48. quality of Rosande Limited's commercial titles.
  49.  
  50. Please visit the chunky.library support site for the latest developments,
  51. and Aminet when it works.
  52.  
  53. http://www.irrelevant.org/~oondy/chunky/
  54.  
  55. Contact me if you have problems, find a bug, whatever:  oondy@bigfoot.com
  56. or see our main website for detailed contact info -
  57. http://www.q-soft.demon.co.uk.
  58.  
  59.